From ce4a18899f24ba89b63ef743476ec0dbf1999ecf Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 3 Nov 2023 23:03:06 +0100 Subject: refactor(components): rewrite SearchForm component * remove searchPage prop (the consumer should handle the submit) * change onSubmit type * use `useForm` hook to handle the form --- src/pages/thematique/[slug].tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/thematique/[slug].tsx') diff --git a/src/pages/thematique/[slug].tsx b/src/pages/thematique/[slug].tsx index 8e21ff6..bb97f47 100644 --- a/src/pages/thematique/[slug].tsx +++ b/src/pages/thematique/[slug].tsx @@ -200,7 +200,6 @@ const ThematicPage: NextPageWithLayout = ({ baseUrl={postsListBaseUrl} byYear={true} posts={getPostsWithUrl(articles)} - searchPage={ROUTES.SEARCH} titleLevel={3} total={articles.length} /> -- cgit v1.2.3